From: Kai Großjohann Date: Wed, 19 Feb 2003 16:27:21 +0000 (+0000) Subject: Typo in docstring for define-key. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~53220 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=642393416300a40d5ee7181a65b252fef1bb0196;p=emacs.git Typo in docstring for define-key. --- diff --git a/src/keymap.c b/src/keymap.c index 6bf50cb18f6..9820d03f80b 100644 --- a/src/keymap.c +++ b/src/keymap.c @@ -974,7 +974,7 @@ KEY is a string or a vector of symbols and characters meaning a sequence of keystrokes and events. Non-ASCII characters with codes above 127 (such as ISO Latin-1) can be included if you use a vector. Using [t] for KEY creates a default definition, which applies to any -event type that has no other definition in thus keymap. +event type that has no other definition in this keymap. DEF is anything that can be a key's definition: nil (means key is undefined in this keymap),